Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Request body example

{
  certificate: Base64 string
}

Success response body

{
  "id": 15,
  "finished": false,
  "s3_key": null
}

Params

Param name Description
id
required

Validations:

  • Must be a Integer

certificate
required

Validations:

  • Must be a String